/status/app/proxy/realServerGroup/<group_name>/memberRegex/

Use

Use to view the regular expression.

Parameters

group_name: Name of real server group

regex: Regular expression to use to match real server names (Perl syntax)

Data Key

The data key contains the regular expression.

Data Type

string

Default Data Value

“”

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/proxy/real ServerGroup/rsg1/memberRegex/rs-01-%255Cd%252B

GET Response

{"/status/app/proxy/realServerGroup/rsg1/memberRegex/rs-01-%5Cd%2B":{
      "data":"rs-01-%5Cd%2B",
      "default":false,
      "defaultAllowed":false,
      "deleteAllowed":true,
      "numChildren":1,
      "type":"string"
   },
   "httpResponseCode":200,
   "recurse":false,
   "requestPath":"/status/app/proxy/realServerGroup/rsg1/memberRegex/rs-01-%5Cd%2B"
}
  1. /status/app/proxy/realServerGroup/<group_name>/memberRegex/ 1. Parameters 2. Data Key
    1. Data Type
    2. Default Data Value 3. Request Methods 4. Related 5. Examples